object FrmJoinLines: TFrmJoinLines Left = 352 Top = 330 BorderStyle = bsDialog Caption = 'Join Lines' ClientHeight = 78 ClientWidth = 256 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 6 Width = 159 Height = 13 Caption = 'Delimiter (leave empty for none):' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Button1: TButton Left = 179 Top = 7 Width = 70 Height = 23 Caption = '&OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 end object Button2: TButton Left = 179 Top = 35 Width = 70 Height = 23 Cancel = True Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end object CheckBox1: TCheckBox Left = 6 Top = 52 Width = 156 Height = 17 Caption = 'Do not delete lines' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 end object Edit1: TTntHistoryComboBox Left = 6 Top = 25 Width = 156 Height = 21 AutoComplete = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 end end